@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: grot;
    src: url(/Fonts/grotesk.otf);
}

body{
    padding: 0;
    margin : 0;
}

.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    max-width: 1000px;
    background-color: #523122;
    border-radius: 50px;
    height: 50px;
    z-index: 1000;
  }
  
  .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem; 
    list-style: none;
    padding: 0;
    margin: 0;
  }
  

li{
    display: inline;
    align-items: center;
    margin-left: 30px;
    padding: 20px;
}

a{
    display: inline-block;
    text-decoration:none;
    color: white;
    align-self: center;
    font-family: "Montserrat", sans-serif;
}

.hero {
  display: flex;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}


.hero-right{
    width: 50%;
    height: auto;
}
.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    margin-top: 5%;
    position: relative;
}
  
.logo img{
    width: 400px;

}

.hero-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:50%;
    
}
.h-image{
    height:745px;
    
}
.h-image img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.hero-txt{
    font-family: grot;
    font-size: 3rem;
    align-items: center;
    text-align: center;
    color: #523122;
    margin-top: 2px;
}

.hero-txt p{
    margin-top: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #A97426;
}
.border img{
    width: 100%;
    margin-bottom: 0px;
}

.why-us-section {
    text-align: center;
    padding: 60px 20px;
  }
  
  .section-title {
    font-family: 'grot', sans-serif;
    font-size: 4rem;
    color: #4a2e1c;
    font-weight: 900;
  }
  
  .section-subtitle {
    font-family: 'Montserrat', sans-serif;
    color: #a97426;
    font-size: 1.5rem;
    margin-top: -10px;
    margin-bottom: 40px;
  }
  
  .why-us-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
  }
  
  .features-box {
    background-color: #fde8df;
    border-radius: 25px;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    width: 500px;
  }
  
  .feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #523122;
    font-size: 1rem;
  }
  
  .feature-item img {
    width: 42px;
    height: 42px;
  }
  
  .halwa-image img {
    max-width: 550px;
    height: auto;
  }

  .productsimg{
    margin: 20px;
    border-radius: 50px;
    background-color: black;
  }

  .productsimg img{
    width: 100%;
    border-radius: 50px;
    opacity: 0.7;
    
  }

  .h-pull {
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #fffdfc; 
    overflow: hidden;
    margin-top: 100px;
  }

  .h-pull h1{
    margin: -1px 0; 
    padding: 0;
    line-height: 1;
    position: relative;
  }
  .pull-out{
    font-size: 6rem;
    text-align: center;
    font-family: grot;
    color: white;
    -webkit-text-stroke:1px #734b32;
  }

  .pull-lbrown{
    font-size: 6rem;
    text-align: center;
    font-family: grot;
    color: #9f7765;

  }

  .pull-dbrown{
    font-size: 6rem;
    text-align: center;
    font-family: grot;
    color: #523122;
  }

  .image-foreground {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  
  .image-foreground img {
    width:750px;
    height: auto;
  }
 

.scroll-animation-section {
  background-color: #faeade;
  min-height: 100vh;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  overflow: hidden;
}

.scroll-text-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  margin-bottom: 2rem;
}

.scroll-text-what{
  font-size: 7rem;
  font-weight: 1000;
  color: #333;
  font-family: "grot";
  margin: 0;
  white-space: nowrap;
}
.scroll-text-everyone{
  font-size: 8rem;
  font-weight: 1000;
  color: #523122;
  font-family: "grot";
  margin: 0;
  white-space: nowrap;
}
.scroll-text-talking {
  font-size: 7rem;
  font-weight: 1000;
  color:black;
  font-family: "grot";
  margin: 0;
  white-space: nowrap;
}

.cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  place-items: center;
}

.media-card {
  width: 220px;
  height: 390px; 
  background: #000;
  border-radius: 20px;
  border: 4px solid #6f3d20;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  cursor: pointer;
}

.media-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.4s ease;
}

.media-card:hover {
  transform: translateY(-15px) scale(1.03);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.25);
}

.media-card:hover video {
  transform: scale(1.05);
}


/* Hover popup style */
.media-card-popup {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) scale(1.1) !important;
  z-index: 101 !important;
  width: 360px !important;
  height: 640px !important;
  transition: all 0.4s ease;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}


.media-card-popup video {
  border-radius: 20px;
  object-fit: cover;
}

.custom-video-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(6px);
  justify-content: center;
  align-items: center;
}

.custom-video-modal video {
  max-width: 90%;
  max-height: 80%;
  border-radius: 12px;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
}



.video-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-video-card {
  width:400px;
  height:500px ;
  background: #111;
  border-radius: 20px;
  padding: 1rem;
  overflow: hidden;
  box-shadow: 0 0 60px rgba(0,0,0,0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-video-card video {
  max-width: 100%;
  max-height: 100%;
  border-radius: 12px;
  object-fit: contain;
}

.no-scroll {
  overflow: hidden;
}

#circle-transition {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle at center, #4A3B31 0%, #3D2B1F 70%, #1E150F 100%);
  border-radius: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media screen and (max-width: 721px) {
  .navbar {
    width: 85%;
    height: auto;
    flex-wrap: wrap;
  }

  .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .nav-links li {
    display: inline;
    margin: 0 10px;
  }

  .nav-links a {
    text-decoration: none;
    color: white;
    font-size: 1.2rem; 
  }

  .hero{
    flex-direction: column;
  }
  .hero-right,.hero-left{
    width: 100%;
  }

  .hero-left p{
    padding: 15px;
  }
  .h-image{
    height:auto;
  }

  .why-us-container {
    gap: 20px;
    align-items: center;
    flex-direction:column ;
  }

  .h-pull{
    height : 400px;
  }
  .pull-out{
    font-size: 4.1rem;
  }
  .pull-lbrown{
    font-size: 4.1rem;
  }
  .pull-dbrown{
    font-size: 4.1rem;
  }
  .image-foreground {
    top: 25%;
  }

  .scroll-text-what,
  .scroll-text-everyone,
  .scroll-text-talking
  {
    font-size: 4.5rem;
  }

  .cards-container {
  display: flex;
  flex-direction: column;
  }

  .media-card{
    width: 400px;
    height: 400px;
  }



}

@media only screen and (min-width: 576px) and (max-width: 720px) {

  .navbar {
    width: 65%;
    height: auto;
    flex-wrap: wrap;
  }

  .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .nav-links li {
    display: inline;
    margin: 0 10px;
    padding-left:5px ;
    padding-right: 5px;
  }

  .nav-links a {
    text-decoration: none;
    color: white;
    font-size: 0.8rem; 
  }

  .hero{
    flex-direction: column;
  }
  .hero-right,.hero-left{
    width: 100%;
  }
  .h-image{
    height:auto;
  }

  .why-us-container {
    gap: 5px;
    align-items: center;
    flex-direction:column ;
  }

  .features-box{
    width: 300px;
    padding: 20px;
    gap: 10px;

  }
  .section-title{
    font-size:3rem ;
  }

  .h-pull{
    height : 400px;
  }
  .pull-out{
    font-size: 4.1rem;
  }
  .pull-lbrown{
    font-size: 4.1rem;
  }
  .pull-dbrown{
    font-size: 4.1rem;
  }
  .image-foreground {
    top: 25%;
  }

  .scroll-text-what,
  .scroll-text-everyone,
  .scroll-text-talking
  {
    font-size: 3rem;
  }

  .cards-container {
  display: flex;
  flex-direction: column;
  }

  .media-card{
    width: 400px;
    height: 400px;
  }




}


@media only screen and (min-width: 375px) and (max-width: 576px) {

  .navbar {
    width: 80%;
    height: auto;
    flex-wrap: wrap;
    padding: 10px;
  }

  .nav-links {
    flex-direction: row;
    gap: 3px;
  }

  li{
    margin-left: 10px;
    padding: 2px;
  }

  .nav-links a {
    text-decoration: none;
    color: white;
    font-size: 16px; 
  }

 .logo img{
    width: 200px;
    align-items: center;
 }

  .hero{
    flex-direction: column;
  }
  .hero-right,.hero-left{
    width: 100%;
  }
  .h-image{
    height:auto;
  }

  .why-us-container {
    gap: 5px;
    align-items: center;
    flex-direction:column ;
  }

  .feature-item{
    gap: 2px;
    font-size: 0.5rem;

  }

  .features-box{
    width: auto;
    padding: 0px;
    gap: 10px;

  }


  .halwa-image img{
    width: 350px;

  }
  .section-title{
    font-size:3rem ;
  }

  .h-pull{
    height : 400px;
  }
  .pull-out{
    font-size: 4.1rem;
  }
  .pull-lbrown{
    font-size: 4.1rem;
  }
  .pull-dbrown{
    font-size: 4.1rem;
  }
  .image-foreground {
    top: 25%;
  }

  .scroll-text-what,
  .scroll-text-everyone,
  .scroll-text-talking
  {
    font-size: 2rem;
  }

  .cards-container {
  display: flex;
  flex-direction: column;
  }

  .media-card{
    width: 400px;
    height: 400px;
  }




}
